Defines a type 0 (Sampled) function.
Type 0 PDF functions use a sequence of sample values (contained in a stream) to provide an approximation for functions whose domains and ranges are bounded. The samples are organized as an m-dimensional table in which each entry has n components.

Full documentation

Full documentation

Initializes a new PDFSampleFunction object with the specified COS function.

Full documentation

Initializes a new PDFSampleFunction object with the specified COS function.

Full documentation

Initializes a new PDFSampleFunction object with the specified COS function.

Full documentation

Calculates the function for the given input.
This method supports the internal library infrastructure and should not be used by external client code.

Full documentation

This method supports the internal library infrastructure and should not be used by external client code.

Full documentation

Creates a PDFFunction based on a COS function.

Full documentation

Gets the bits per sample.
If the function has multiple output values, each one occupies BitsPerSample bits. Valid values are 1, 2, 4, 8, 12, 16, 24, and 32.

Full documentation

Gets the COS function.

Full documentation

Gets the function's decoding array.

Full documentation

Gets the function domain.

Full documentation

Gets the function's encoding array.

Full documentation

Gets the interpolation mode.

Full documentation

Gets the function range.

Full documentation

Get or sets the function samples.

Full documentation

Gets the number of samples.

Full documentation

Sets the bits per sample.
If the function has multiple output values, each one occupies BitsPerSample bits. Valid values are 1, 2, 4, 8, 12, 16, 24, and 32.

Full documentation

Sets the function's decoding array.

Full documentation

Sets the function domain.

Full documentation

Sets the function's encoding array.

Full documentation

Sets the interpolation mode.

Full documentation

Sets the function range.

Full documentation

Get or sets the function samples.

Full documentation

Sets the number of samples.

Full documentation